home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 March: Reference Library / Dev.CD Mar 96 RL / Dev.CD Mar 96 RL.toast / Technical Documentation / develop / develop Issue 25 / develop Issue 25 code / QD3D to QTVR / ArticleCode / Source / camera.h < prev    next >
Encoding:
Text File  |  1995-11-21  |  450 b   |  11 lines  |  [TEXT/MPCC]

  1.  
  2. void             MyInitPanoCamera(DocumentPtr theDocument);
  3. void             MyInitObjCamera(DocumentPtr theDocument);
  4. void             MyGetBoundingSphere(TQ3ViewObject viewObject,TQ3GroupObject mainGroup,
  5.                     TQ3BoundingSphere *viewBSphere);
  6.                     
  7. TQ3CameraObject MyNewCamera(CWindowPtr theWindow);
  8. void            MyRotateCameraY(DocumentPtr theDocument, float dY);
  9. void            MyPlaceCamera(DocumentPtr theDocument, float fromX,float fromY,float fromZ,float toX,float toY,float toZ);
  10.  
  11.